it doesn't work for me , im testing the mod on a local server on my pc without a server.cfg
should it work with a server with a server.cfg or im making something wrong ?
it doesn't work for me , im testing the mod on a local server on my pc without a server.cfg
should it work with a server with a server.cfg or im making something wrong ?
There are a few Cvars you need to set that control the MOD:
seta mapinfo 1
seta mapinfo_mapname 1
seta mapinfo_custommapwarning 1
seta mapinfo_customwarning_string1 "Next map is a custom map"
seta mapinfo_customwarning_string2 "If you do not have it server will kick you."
It would be best to have them in a server.cfg file but you can also add
them to your mapscript if you have no server.cfg file.
But it might still not work, because the MOD reads info from your map-rotation Cvar to
determine the next map in the rotation.
So yes, it should work when you have a server.cfg with the above Cvars set and
the sv_maplist Cvar.
still nothing :/ , this is my server.cfg
and the mapinfo.pk3 in main folder and the settings txt file dir is main/settings.Code:seta sv_hostname "Test Server" sets Connection "Some really Phat Pipes" net_noipx 1 //netport 12210 seta timelimit "0" seta fraglimit "100" // AntiFlooding Setttings seta sv_floodProtect "1" seta flood_waitdelay "15" seta flood_persecond "4" seta flood_msgs "4" // Voting seta g_allowVote "0" // Game settings set g_gametype "2" set g_teamdamage "0" set g_allowjointime "30" rconpassword "935605" set sv_privateClients "****" set sv_privatepassword "****" set private password "****" seta sv_minping "0" seta sv_maxping "200" seta sv_gamespy "1" seta sv_allowDownload "1" seta sv_maxRate "12000" seta sv_fps "15" // next map message seta mapinfo 1 seta mapinfo_mapname 1 seta mapinfo_custommapwarning 1 seta mapinfo_customwarning_string1 "Next map is a custom map" seta mapinfo_customwarning_string2 "If you do not have it server will kick you." seta sv_maplist "dm/mohdm6dm/mohdm7 dm/mohdm1 dm/mohdm2" map dm/mohdm6 "exec foresight.cfg"
am i doing something wrong ?
Are there any other mods in your MAIN that use DMprecache?
If so add a couple of "zzzzzzz" to the mapinfo PK3 so it is the last file in your MAIN directory.
Also add a space after dm/mohdm6 in your map rotation so it reads like this:
seta sv_maplist "dm/mohdm6 dm/mohdm7 dm/mohdm1 dm/mohdm2"
Give it a try and see if it helps![]()
thx for your response m8 but it didn't work , i deleted all the mods from my main except the zzzzzzzzzzzzzzzzzz.MapInfo_v1.pk3 and the settings folder and ofc the stock pk3s :P.
well i found this in the qconsole.txt
Code:------ Server Initialization Complete ------ 1.43 seconds exec custom/mapinfo/mapinfo.src (global/dmprecache.scr, 210) ^ ^~^~^ Script Error: Can't find 'custom/mapinfo/mapinfo.src' exec custom/mapinfo/mapinfo.src (global/dmprecache.scr, 210) ^ ^~^~^ Script Error: Script 'custom/mapinfo/mapinfo.src' was not properly loaded
That should give you a clue... JoTo mispelled .scr as .src in the first post, but the file itself ends in .scr^~^~^ Script Error: Can't find 'custom/mapinfo/mapinfo.src'
Hello, cool mod....tks
Last edited by Slimbips {sfx}; November 8th, 2012 at 09:04 AM.
give the rabbit the abbility to jump a little bit higher?:P
Fixed Joto's first post to reflect the correct extension "scr".